fix(v2): update Masterminds/semver import to v3 for Go 1.25 compatibility#5217
fix(v2): update Masterminds/semver import to v3 for Go 1.25 compatibility#5217leaanthony wants to merge 1 commit into
Conversation
The github.com/Masterminds/semver v1.5.0 module no longer resolves correctly with Go 1.25, causing installation failures. Update all imports to github.com/Masterminds/semver/v3 v3.3.1. Fixes #5063
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🤖 PR Triage Review ✅ Accepted Updates Masterminds/semver import to v3 for Go 1.25 compatibility (v2). Dependency migration. Platform: All (v2) Next Steps: Dispatching for testing on all platforms. Reviewed by Wails PR Reviewer Bot |
Summary
github.com/Masterminds/semverimport togithub.com/Masterminds/semver/v3across all v2 codego.moddependency fromv1.5.0tov3.3.1Test plan
internal/gomodandinternal/githubtests pass with the updated importgo mod tidycompletes successfullygo install github.com/wailsapp/wails/v2/cmd/wails@latestwill now work with Go 1.25+Fixes #5063